func runtime.open

6 uses

	runtime (current package)
		create_file_unix.go#L13: 	return open(name, _O_CREAT|_O_WRONLY|_O_TRUNC, perm)
		os_linux.go#L253: 	fd := open(&procAuxv[0], 0 /* O_RDONLY */, 0)
		os_linux.go#L324: 	fd := open(&sysTHPSizePath[0], 0 /* O_RDONLY */, 0)
		os_linux.go#L378: 	fd := open(&urandom_dev[0], 0 /* O_RDONLY */, 0)
		security_unix.go#L64: 		if ret := open(&devNull[0], 2 /* O_RDWR */, 0); ret < 0 {
		stubs2.go#L35: func open(name *byte, mode, perm int32) int32